go/types.Checker.collectTypeParams (method)

3 uses

	go/types (current package)
		decl.go#L574: 		check.collectTypeParams(&named.tparams, tdecl.TypeParams)
		decl.go#L599: func (check *Checker) collectTypeParams(dst **TypeParamList, list *ast.FieldList) {
		signature.go#L167: 		check.collectTypeParams(&sig.tparams, ftyp.TypeParams)